home *** CD-ROM | disk | FTP | other *** search
/ PC Magazine Extra 1998 Summer: The Perfect PC / PC Magazine Extra - The Perfect PC - Summer 1998 Vol 6 #2.iso / zdbench / wb98 / data.z / RUNWB.ZDR < prev    next >
Text File  |  1997-10-28  |  17KB  |  452 lines

  1. ; This file contains all the information you need to create your 
  2. ; own .ZDR batch file. It describes how to use the batch mode commands
  3. ; and parameters so you can run tests and save results automatically,
  4. ; without having to manually perform these tasks.
  5. ; Copy and edit this file to reflect your computer's environment
  6. ; settings.
  7. ;
  8. ; Use this batch file's StepN section(s) to both call the suite file
  9. ; and name your result files.
  10. ;
  11. ; To "comment out" any parameters or descriptions, start the line with
  12. ; a semi-colon.
  13. ;
  14. ; To run WinBench 98 in batch mode, double click on the .ZDR file 
  15. ; from explorer.
  16.  
  17. [Config]
  18.  
  19. Benchmark=WB98
  20.  
  21. [Environment]
  22.  
  23. ; When you make any changes to the computer's environment settings using 
  24. ; the System Info dialog, WinBench  98 records those changes in the 
  25. ; SYSINFO.INI file.  You can override the SYSINFO.INI file settings by
  26. ; copying entries from the [ChangedByUser], [NotChangedByUser], or [BasicInfo]
  27. ; sections in the SYSINFO.INI file to this section of the .ZDR file and 
  28. ; modifying them.
  29.  
  30. [Options]
  31.  
  32. ; Setting ExitBenchmark to True causes WinBench 98 to exit when
  33. ; it completes all its tests. The default value is True,
  34. ; so WinBench 98 stops normally after completing its tests. Setting the
  35. ; value to False leaves the benchmark running after the tests have completed.
  36.  
  37. ExitBenchmark=True
  38.  
  39. ; Setting DemoMode to True causes WinBench 98 to run, in demo mode, the test 
  40. ; suite specified in the first StepN section of this batch file .  The default
  41. ; value is False.
  42. ;
  43. ; WinBench 98 will not save any results when it runs in demo mode,
  44. ; and it will ignore the ExitBenchmark and ExitWindows settings,
  45. ; as well as all sections named [StepN], where N is larger than 1.
  46.  
  47. DemoMode=False
  48.  
  49. ; Setting this option to True causes WinBench 98 to check the
  50. ; Configuration Information.
  51.  
  52. SystemConfigurationCheck=False
  53.  
  54. [Messages]
  55.  
  56. ; InitMessage contains a time-out value in seconds (whole numbers only) and a string
  57. ; that WinBench  98 displays in a message box after the batch file  starts running. This
  58. ; field is optional.
  59. ;
  60. ; A time-out value of 0 indicates that WinBench 98 will display the
  61. ; message box until the tester closes that box. WinBench 98 replaces
  62. ; tilde characters (~) with line breaks in the actual message
  63. ; box.
  64.  
  65. ;The following message displays for 5 seconds.
  66.  
  67. InitMessage=5,WinBench 98 is starting.
  68.  
  69.  
  70. ; Repeat the StepN section as many times as you want, with N
  71. ; starting at 1 and increasing. Each section specifies a suite
  72. ; of tests to run, options WinBench 98 should use during those
  73. ; tests, and results files to save. 
  74. ;
  75. ; Our sample batch file has two steps.  Step1 defrags the hard disk
  76. ; and reboots the system.  Step 2 runs all WinBench 98 tests, saves the 
  77. ; results in the default database, and starts over with step 1.
  78.  
  79.  
  80. [Step1]
  81.  
  82. ; StartMessage and EndMessage contain a time-out value in
  83. ; seconds and a string WinBench 98 displays in a message box
  84. ; at the beginning and end of the Step, respectively. Both
  85. ; messages are optional. A time-out value of 0 indicates
  86. ; WinBench 98 will display the message box until the tester
  87. ; closes that box and will not run the rest of the batch file until
  88. ; the box is closed.  WinBench 98 replaces tilde characters (~)
  89. ; with line breaks in the message box.
  90.  
  91. StartMessage=5,Disk defrag will start in 5 seconds (Windows 95 only).  ~After defrag is finished, the computer will reboot.
  92. ;EndMessage=5, Example Message.
  93.  
  94.  
  95. ; ChangeScreen causes the screen to change to specified resolution and 
  96. ; colordepth.  Only use this command in a step without a Suite or 
  97. ; SuiteSection specified. 
  98. ;
  99. ; The command below sets the screen to 1024x768 at 16 bit colordepth.
  100.  
  101. ;ChangeScreen=1024,768,16
  102.  
  103.  
  104. ; Setting UserEditBasicInfo to True causes WinBench 98 to display the
  105. ; Change Basic Info dialog box for the user to change.  The batch file 
  106. ; waits for the user to dismiss the dialog before proceeding.
  107.  
  108. ;UserEditBasicInfo=TRUE
  109.  
  110.  
  111. ; Setting Defrag to True causes WinBench 98 to launch the Windows Disk 
  112. ; Defragmenter program when WinBench 98 terminates. The default value 
  113. ; is False, which does not run the defrag program.
  114.  
  115. Defrag=TRUE
  116.  
  117.  
  118. ; Setting RebootSystem to True causes WinBench 98 to reboot the
  119. ; computer when WinBench 98 terminates. The default value is False, so
  120. ; WinBench 98 normally exits and leaves Windows running.
  121.  
  122. RebootSystem=True
  123.  
  124.  
  125. [Step2]
  126.  
  127. ; Repeat the StepN section as many times as you want, with N
  128. ; starting at 1 and increasing. Each section specifies a suite
  129. ; of tests to run, options WinBench 98 should use during those
  130. ; tests, and results files to save.
  131. ;
  132. ; The Suite setting specifies the path name of the .ZDS suite file
  133. ; that contains the list of tests to run and/or display.  The 
  134. ; WB98ALL.ZDS suite included with the benchmark contains all the 
  135. ; WinBench 98 tests.  You can create additional suite files by 
  136. ; running the benchmark and choosing Create from the Suite menu.
  137. ;
  138. ; The following setting assumes the benchmark is installed in C:\ZDBENCH.
  139.  
  140.  
  141. Suite=c:\zdbench\suites\wb98all.zds
  142.  
  143. ; The suite definition can also be included directly in this file 
  144. ; with the SuiteSection command.  
  145.  
  146. ;SuiteSection=Suite1
  147.  
  148. ; WinBench 98 adds the basic info fields to the results file. These 
  149. ; fields let you change the Description, Comments, and variants for
  150. ; each Step. You would normally change them by using the Edit Basic 
  151. ; Info dialog.  You can set these fields in the Environment
  152. ; section above or use different values for each step.
  153.  
  154. ;Description=Tester Must Supply
  155. ;Comments=Tester Must Supply
  156. ; Other Basic Information can go here.
  157.  
  158. ; Setting ClearResults to False prevents WinBench 98 from forgetting
  159. ; all results from previous steps.  The default value is True,
  160. ; meaning WinBench 98 will forget all previous results at the start
  161. ; of the step.
  162.  
  163. ClearResults=True
  164.  
  165. ; StartMessage and EndMessage contain a time-out value in
  166. ; seconds and a string WinBench 98 displays in a message box
  167. ; at the beginning and end of the Step, respectively. Both
  168. ; messages are optional. A time-out value of 0 indicates
  169. ; WinBench 98 will display the message box until the tester
  170. ; closes that box and will not run the rest of the batch file until
  171. ; the box is closed. WinBench 98 replaces tilde characters (~)
  172. ; with line breaks in the message box.
  173.  
  174. StartMessage=10,WinBench 98 is about to start running all tests.
  175. EndMessage=10,WinBench 98 has saved the results in the file~Results98.ztd.
  176.  
  177. ; You may save results from this step in a database by clearing the 
  178. ; semi-colon (;) from the Database setting line and changing the
  179. ; path name of the database directory.
  180.  
  181. Database=c:\ZDBench\Results\Results98.ztd
  182.  
  183. ; Edit the settings below by changing the file name and
  184. ; directory name to specify the results files you want
  185. ; to produce.  Comment out any settings for result files
  186. ; you do not want. You can produce all three types of
  187. ; result files or any combination of formats you like.
  188.  
  189. ;TextFile=c:\zdbench\exports\results.txt
  190. ;XLSFile=c:\zdbench\exports\results.xls
  191. ;CSVFile=c:\zdbench\exports\results.csv
  192.  
  193.  
  194. ; GotoStep tells WinBench 98 which step to run after the current
  195. ; step is finished.  It can be used to run a suite repeatedly,
  196. ; saving the results.
  197.  
  198. GotoStep=1
  199.  
  200.  
  201. ; The following settings all correspond to the benchmark's 
  202. ; Test Settings dialog box tabs.
  203.  
  204. ; ***** Common Test Settings *****
  205.  
  206. ; The 'Disk Drive' setting specifies which hard disk WinBench 98 should use
  207. ; for all of the disk tests.
  208.  
  209. ;Common Properties:Disk Drive=C:\
  210.  
  211. ; The 'CD-ROM Drive' setting specifies which drive WinBench 98 should use
  212. ; for all of the CD-ROM and Video tests.
  213.  
  214. ;Common Properties:CDROM Drive=D:\
  215.  
  216. ; The 'Report CPU Util' setting causes some tests to report CPU utilization
  217. ; results in a note attached to the test result. True reports the result; False 
  218. ; suppresses the result.
  219.  
  220. ;Common Properties:Report CPU Util=False
  221.  
  222.  
  223. ; ***** Graphics WinMark  *****
  224.  
  225. ; To help you troubleshoot the Graphics WinMark tests, you can set 
  226. ; the debugging options below. WinBench 98 doesn't calculate a score
  227. ; when either of these options is turned on.   
  228. ;
  229. ; When Allow VGA Display Resolution is set to Yes, the WinBench  98 
  230. ; graphics playback tests will run at 640 x 480.  Normally, the graphics
  231. ; playback requires 800 x 600 for Business and 1024 x 768 for High-End.
  232. ; When the graphics playback fails, install the standard VGA driver and
  233. ; set this option to true.  This will determine whether the video driver
  234. ; is faulty. Setting this parameter to No runs the tests at their standard 
  235. ; resolution.
  236.  
  237. Graphics WinMarks:Allow VGA Display Resolution=No
  238.  
  239. ; When Show Record Numbers is set to Yes, WinBench 98 will display 
  240. ; a progress indicator window in the upper left of the screen. The window 
  241. ; displays a number indicating the system's progress through the playback
  242. ; log, helping you see if the system hangs at a specific point in the playback.
  243. ; Setting this parameter to No runs the test without the progress indicator.
  244.  
  245. ;Graphics WinMarks:Show Record Numbers=No
  246.  
  247. ; ***** GDI Tests *****
  248. ;
  249. ; User-Supplied Bitmap allows you to select your own bitmap file for
  250. ; WinBench 98 to use in four of its GDI inspection tests. Enter the 
  251. ; full path and filename of the bitmap you want the tests to use.
  252.  
  253. ;GDI Tests:User-Supplied Bitmap=
  254.  
  255.  
  256. ; ***** Disk Test Settings *****
  257. ;
  258. ; By default, WinBench 98 will use the hard disk's maximum transfer rate
  259. ; for the CPU Utilization tests, but you can set Utilization Transfer Rate to 
  260. ; a different transfer rate.  Higher transfer rates will lead to a higher 
  261. ; (that is, a worse) CPU Utilization score.  For the maximum transfer rate,
  262. ; use 0.  The units are thousands of bytes per second.  Enter a whole number.
  263.  
  264. ;Disk Tests:Utilization Transfer Rate=0
  265.  
  266. ; Use this parameter  to set the block size used by the CPU Utilization tests.
  267. ; The unit is bytes and must be a multiple of 2048.
  268.  
  269. ;Disk Tests:Utilization Block Size=2048
  270.  
  271.  
  272. ; ***** CD-ROM Test Settings *****
  273.  
  274. ; Use this setting to set the block size used by the CPU Utilization tests.
  275. ; The unit is bytes and must be a multiple of 2048.
  276.  
  277. ;CD-ROM Tests:Utilization Block Size=2048
  278.  
  279. ; By default, WinBench 98 will use the CD-ROM drive's maximum transfer rate
  280. ; for the CPU Utilization tests, but you can set Utilization Transfer Rate to 
  281. ; a different transfer rate.  Higher transfer rates will lead to a higher 
  282. ; (that is, a worse) CPU Utilization score.  For the maximum transfer rate,
  283. ; use 0.  The units are thousands of bytes per secend.  Enter a whole number.
  284.    
  285. ;CD-ROM Tests:Utilization Transfer Rate=0
  286.  
  287. ; For the CPU Utilization tests, you can specify that the tests 
  288. ; use outer tracks of the CD-ROM only. By default, WinBench 98 starts reading 
  289. ; the CD-ROM test files from the CD-ROM's inner track. This setting is useful
  290. ; on constant angular velocity (CAV) CD-ROM drives, where performance does differ 
  291. ; on the inside and outside of the disc's spiral.
  292.  
  293. ;CD-ROM Tests:Use Outer Tracks=Yes
  294.  
  295.  
  296. ; ***** Video Test Settings *****
  297.  
  298. ; If it is present, the Playback Directory setting causes WinBench 98
  299. ; to copy the video clips to a temporary location before playing them.
  300. ; If this option is commented out (with a semi-colon at the start of the line), 
  301. ; the clips are played directly from CD-ROM.
  302. ; This setting applies to both standard and user-supplied clips.
  303.  
  304. ;Video Tests:Playback Directory=c:\temp
  305.  
  306. ; The Use ActiveMovie option allows the test to use the ActiveMovie
  307. ; interface to play video clips.  Valid values are Yes (which is the default value) and No. 
  308. This setting applies to both standard and
  309. ; user-supplied clips.
  310.  
  311. ;Video Tests:Use ActiveMovie=Yes
  312.  
  313. ; The Compute FPS option enables or disables WinBench 98's computation
  314. ; of the maximum frame rate (frames per second).  Valid values are 
  315. ; Yes (which is the default value) and No. This setting applies to both
  316. ; standard and user-supplied clips.
  317.  
  318. ;Video Tests:Compute FPS=Yes
  319.  
  320. ; The Number of Clips option allows multiple instances of a clip to be
  321. ; played simultaneously.  Valid values are 1 through 9, but the clips must
  322. ; fit on the screen.  This setting applies only to standard (not 
  323. ; user-supplied) clips.   
  324.  
  325. ;Video Tests:Number of Clips=1
  326.  
  327. ; The Number of User-Supplied Clips option allows multiple instances 
  328. ; of a clip or multiple clips to be played simultaneously.  Valid values
  329. ; are 1 through 9, but the clips must fit on the screen.  This setting 
  330. ; applies only to user-supplied clips.   
  331.  
  332. ;Video Tests:Number of User-Supplied Clips=2
  333.  
  334. ; When more than one user-supplied clip is specified, the All Clips the Same
  335. ; option tells the video test to apply User Clip 1 options (see below) to
  336. ; all user-supplied clips. Valid values are Yes and No.  This setting
  337. ; applies only to user-supplied clips.  
  338.  
  339. ;Video Tests:All Clips the Same=No
  340.  
  341. ; The 'User Clip n' option specifies parameters for each user-supplied clip.
  342. ; This option has several parameters.  The format is:
  343. ;
  344. ;    Video Tests:User Clip 1=name, xscale, yscale, xalign, yalign, xpos, ypos, xsize, ysize
  345. ;    
  346. ;    where:
  347. ;
  348. ;    name is the fully qualified path name to the video clip.  Any video 
  349. ;        file type that your computer supports may be specified.
  350. ;
  351. ;    xscale and yscale are the scaling factors.  2.0 would specify 2X normal size.
  352. ;        xscale allows two special values:  1.0 means to play the video clip 
  353. ;        full screen, and 2.0 means to zoom the video clip full screen.  
  354. ;        For both xscale and yscale, valid values are 0.1 to 50.0, -1.0 and -2.0.  The clip(s) must fit 
  355. ;        on the screen.
  356. ;
  357. ;    xalign and yalign specify whether the video clip window is aligned.  
  358. ;        0 means to align on an 8-pixel boundary.  1 means to align 1 pixel past 
  359. ;        (to the right or down from) an 8-pixel boundary.  Valid values are 
  360. ;        0 through 7. 
  361. ;  
  362. ;    xpos and ypos specify the position of a clipping window.  Coordinates are
  363. ;        given relative to the upper left corner of the clip, and the units
  364. ;        are 1/100ths of the video clip size.  These parameters may be omitted 
  365. ;        if there is no clipping window.
  366. ;
  367. ;    xsize and ysize specify the size of the clipping window.  Units are
  368. ;        1/100ths of the video clip size.  These parameters may be 
  369. ;        omitted if there is no clipping window.
  370. ;
  371. ;Following are some examples of the Video Tests:User Clip N parameter.
  372.  
  373. ; This setting defaults to normal size and no clipping window.
  374. ;Video Tests:User Clip 1="C:\Cpac1l3s.avi", 1.0, 1.0, 0, 0
  375.  
  376. ; This setting specifies zoom full screen, aligned, clipping window.
  377. ;Video Tests:User Clip 2="C:\Cpac1l3s.avi", -2.0, -2.0, 0, 0, 25, -25, 50, 50
  378.  
  379.  
  380. ; ***** DirectDraw Test Settings *****
  381.  
  382. ; If your system has multiple graphics adapters installed, you can select the adapter
  383. ; you want WinBench 98 to use for all DirectDraw tests.  For the primary graphics 
  384. ; adapter, set DirectDraw Hardware to 0. For the secondary adapter, set it to 1.
  385.  
  386. ;DirectDraw Tests:DirectDraw Hardware=0
  387.  
  388. ; The following settings apply to the user-defined DirectDraw test only.  
  389.  
  390. ; You can run the test full screen or in a window.
  391.  
  392. ;DirectDraw Tests:Full Screen=Yes
  393.  
  394. ; Setting Clipping Window to Yes overlays the DirectDraw window with a clipping
  395. ; window.  This option is only used if Full Screen is No.
  396.  
  397. ;DirectDraw Tests:Clipping Window=No
  398.  
  399. ; When Full Screen is set to Yes, the DirectDraw test will change the video
  400. ; mode before running.  The following three settings specify the color depth (in bits)
  401. ; and the screen size.
  402.  
  403. ;DirectDraw Tests:Screen Width=640
  404. ;DirectDraw Tests:Screen Height=480
  405. ;DirectDraw Tests:Color Depth=8
  406.  
  407. ; Set Test Type to specify what kind of test you would like to run. Types are:
  408. ;   0 - Animate Mixture
  409. ;   1 - Animate Transparent
  410. ;   2 - Animate Solid
  411. ;   3 - Fill
  412.  
  413. ;DirectDraw Tests:Test Type=0
  414.  
  415. ; For Animate tests only, you can choose to use the following Blt types: 
  416. ;   0 - Blt
  417. ;   1 - BltFast (can only be used for full screen)
  418. ;   2 - Blt with stretching
  419.  
  420. ;DirectDraw Tests:Blt Type=0
  421.  
  422. ; For the Blt with stretching only, you need to enter a scaling factor of from 0.1 to 25. 
  423.  
  424. ;DirectDraw Tests:Scaling Factor=1.0
  425.  
  426. ; You can choose to have the Source in Video Memory and the Work Area in 
  427. ; Video Memory (by default, these options are both Yes).  If you set 
  428. ; these selections to No, WinBench 98 will use main system memory.
  429. ; This setting applies to Animate Mixture only.
  430.  
  431. ;DirectDraw Tests:Source In Video=Yes
  432. ;DirectDraw Tests:Work In Video=Yes
  433.  
  434.  
  435. ; You can specify the Blt size Width and Height the test will use. Blt 
  436. ; size defines the number of pixels in a block that are transferred by the 
  437. ; Blt and BltFast calls. By default, this setting is 64 x 64.  This setting
  438. ; cannot be used with the fill test or with stretching.
  439. ;
  440. ; Choices are: 1, 2, 4, 8, 16, 32,and 64.
  441.  
  442. ;DirectDraw Tests:Blt Size Width=64
  443. ;DirectDraw Tests:Blt Size Height=64
  444.  
  445.  
  446. [StepN]
  447.  
  448. ; Repeat the StepN settings as many times as you want. 
  449. ; Replace the [StepN] with [Step3], [Step4], and so on.
  450.  
  451.